Holes info
Information about holes in the ROI.
🔎 ROI options and parameters of holesInfo
method
Holes info provides information about the number of and the overall surface of holes within the region of interest. It allows finding fill ratio and provides insight about form of the ROI.
In ImageJS holesInfo()
is a ROI class method that returns an object with number of holes and their total surface in pixels.
const holesInfo = roi.holesInfo();